﻿body{
margin:0;
}
        .style1
        {
        width: 95%;
        max-width: 1650px;
        margin: 0 auto;
        }
        
        .style2
        {
        text-align: center;
        width: 24.99%;
        background: #314E8E;
        Height: 30px;
        float: left;
        }
        
        .style2LogoFacework
        {
        width: 98px;
        height: 30px;
        float: left;
        margin-left: 42%;
        }
        
        #btn-menu
        {
        display: none;
        }
        
        .menu
        {
        position: fixed;
        background: white;
        width: 70%;
        top: 30px;
        left: -18%;
        padding:15px;
        display: none;
        }
        
        .style2IconoMenu 
        {
        text-align: right;
        width: 20px;
        height: 20px;
        margin-right: 15px;
        margin-top: 5px;
        display:none;
        }
        
        .style3
        {
        text-align: center;
        width: 50%;
        background: #314E8E;
        Height: 30px;
        margin: 0 auto;
        float: left;
        }
        
        .style3LogEstado
        {
        color: #FFFF00;
        font-family: Arial;
        float: left;
        margin-top: 7px;
        }
        
        .style4
        {
        text-align: left;
        width: 24.99%;
        background: #314E8E;
        Height: 30px;
        margin: 0 auto;
        float: left;
        }
        
        .style4Tbl
        {
        text-align: center;
        width: 125px;
        height: 30px;
        }  
                  
        .style4LinkReg
        {
        color: #FFFF00;
        font-family: Arial;
        }
        
        .style5
        {
        text-align: right;
        width: 24.99%;
        margin: 0 auto;
        float: left;
        margin-top: 10px;
        }
        
        .style5LogEstado
        {
        color: #FFFF00;
        font-family: Arial;
        }
        
        .style6
        {
        text-align: center;
        width: 50%;
        margin: 0 auto;
        float: left;
        }
        
        .style6Anuncios
        {
        width: 100%;
        }
        
        .style6GridView
        {
        width: 98%;
        font-family: Arial; 
        font-size: 10pt
        }
        
        .style7
        {
        text-align: left;
        width: 24.99%;
        margin: 0 auto;
        float: left;
        margin-top: 10px;
        }
        
        .style12
        {
        width: 165px;
        }
        
        .style13
        {
        width: 49px;
        }
          
        .style14
        {
        text-align: center;
        width: 185px;
        }
        
        .style100
        {
        width: 95%;
        max-width: 1450px;
        margin: 0 auto;
        float: left;
        }
        
        .style400
        {
            width: 100%;
        }
        .style500
        {
            font-family: Arial;
            font-weight: bold;
            color: #0000FF;
            font-size: large;
        }

        .style600
        {
            font-family: Arial;
            font-size: medium;
            color: #006600;
        }
        .style700
        {
            font-size: small;
            font-family: Arial;
        }
        

        
        @media screen and (max-width: 2460px){
        .style100
        {
        display: none;
        }
        }
        
        @media screen and (max-width: 1100px){
        .style6GridView
        { 
        font-size: 8.5pt
        }
        }
        
        @media screen and (max-width: 1060px){
        .style7
        {
        text-align: center;
        }

        .style4
        {
        text-align: center;    
        }
        
        }
        @media screen and (max-width: 955px){
        .style7
        {
        text-align: right;
        }
 
        .style4
        {
        text-align: right;
        }
        }
        
        @media screen and (max-width: 885px){
        .style1
        {
        margin-top: 30px;
        }
        
        .style2
        {
        width: 75%;
        margin-left: 9%;
        position: fixed;
        top: 0;
        }
        
        .style2IconoMenu
        {
        display: inline;
        cursor: pointer;
        background-color: Transparent Green;
        }
        
        .style3 
        {
        display: none;
        }
        
        .style4
        {
        display: none;
        }
        
        .style5
        {
        display: none;
        }
        
        #btn-menu:checked~ .menu{
        display: inline;
        }
        
        .style6
        {
        width: 80%;
        margin-left: 9%;
        }
        
        .style7
        {
        display: none;
        }
        }
       
        @media screen and (max-width: 520px){
        .style2LogoFacework
        {
        margin-left: 37%;
        }
        }
        
        @media screen and (max-width: 430px){
        .style1
        {
        width: 100%;
        }
        
        .style2
        {
        width: 99%;
        margin-left: 2px;
        }
        
        .style6 
        {
        width: 99%;
        margin-left: 1px;
        }
        }